home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha Extra 2004 January
/
CyberMycha Extra 1-2004 (Poland) (Disc 2).bin
/
Pippi
/
myas.dir
/
00008_flashClose.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-09-07
|
208 b
|
14 lines
global gMovie, gFrame
on exitFrame me
if gFrame = VOID then
gFrame = 1
end if
if sprite(me.spriteNum).playing = 1 then
go(the frame)
else
go(gFrame, gMovie)
gFrame = "1"
end if
end